Interface IInstantiationArgument<T>
Assembly: WaaS.Core.dll
View Source
Declaration
public interface IInstantiationArgument<out T> where T : ISortedExportable
Properties
Name
View Source
Declaration
string Name { get; }
Value
View Source
Declaration
IUnresolved<out T> Value { get; }